←Select platform

Create(Byte[],UInt64) Method

Summary

Constructs a new ILeadStream using the specified buffer as storage.

Syntax

C#
VB
WinRT C#
C++
public static Leadtools.ILeadStream Create(  
   byte[] buffer, 
   ulong offset 
) 
Public Overloads Shared Function Create( _ 
   ByVal buffer() As Byte, _ 
   ByVal offset As ULong _ 
) As Leadtools.ILeadStream 
public static Leadtools.ILeadStream Create(  
   byte[] buffer, 
   ulong offset 
) 
 function Leadtools.LeadStreamFactory.Create(Byte[],UInt64)(  
   buffer , 
   offset  
) 
public: 
static Leadtools.ILeadStream^ Create(  
   array<byte>^ buffer, 
   ulong offset 
)  

Parameters

buffer
A byte array that will be used as storage for the new LeadStream object.

offset
The offset in buffer that will be used as the origin of the new LeadStream object.

Return Value

The lead stream object.

Remarks

The returned ILeadStream can be be disposed by casting it as IDisposable and use the Dispose method.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly